home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / sphigs / sph_srgp.lha / srgp / doc / readme.gcc < prev    next >
Encoding:
Text File  |  1992-01-09  |  912 b   |  18 lines

  1. The makefiles that have been provided for you assume you have GNU's freeware
  2. ANSI C compiler, which should be used (barring the availability of another ANSI
  3. C compiler) to create the SRGP library.
  4.  
  5. The object files created by GNU's compiler are compatible with objects created
  6. by other C compilers only if the flag "-fpcc-struct-return" is sent to gcc.
  7. All the makefiles I have provided indeed set that flag.
  8.  
  9. It is important to note that when that flag is set, the resulting object files
  10. are NOT compatible with objects created by gcc with*out* that flag set.  All
  11. application authors who wish to use the SRGP library are encouraged to use gcc,
  12. so they can take advantage of prototypes, but these authors must be informed of
  13. the importance of the flag!
  14.  
  15. If you are a system administrator or a lecturer in charge of a class using
  16. SRGP, please provide them with sample Makefiles and stress the flag's
  17. importance.
  18.